home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / docfile.arc / PAINT.DOC < prev    next >
Encoding:
Text File  |  1987-11-16  |  3.5 KB  |  67 lines

  1. PAINT
  2. Command
  3.  
  4. Jeff Prosise      1988/No. 2 (Utilities)
  5.  
  6.  
  7. Purpose:    Edits or creates custom help or reference screens that can be
  8.  popped up over an application program or at the DOS prompt with the HELP.COM
  9.  (PC Lab Notes, 1988/No. 1).  Also provides full control of character and
  10.  video attribute bytes and permits insertion of single-line, double-line, or
  11.  pattern characters from the extended-ASCII PC text-graphics set.
  12.  
  13. Format:    PAINT [filespec]
  14.  
  15. Remarks:    The optional filespec is the filename (plus drive and path, if
  16.  needed) of a help/reference screen previously saved for HELP.COM by means of
  17.  the related CAPTURE program (PC Lab Notes, 1988/No. 1).  If filespec is
  18.  omitted, PAINT permits creating and saving a new screen in the appropriate
  19.  format.  HELP files are 4,000-byte screen buffer images, and as many as 14
  20.  may be chained together for successive display.  The PgUp and PgDn keys in
  21.  PAINT move through multiple-screen files.  
  22.  
  23.     The Ins key toggles the PAINT editor between overstrike (the default)
  24.  and insert modes. The Del key deletes the character under the cursor and
  25.  closes up the text.  In overstrike mode, the Backspace key moves the cursor
  26.  left without moving any text characters to its right.  In insert mode, the
  27.  Backspace drags characters with it.  The cursor can be moved anywhere within
  28.  the viewing area by means of the cursor keys.  Home and End move the cursor
  29.  to the ends of the text line, and Enter performs the usual carriage
  30.  return/line feed.
  31.  
  32.     Function key F1 lists the menus presented by each function key, and
  33.  Esc de-selects any active menu.  F3 toggles between text-only and text-plus
  34. -attribute modes, which are also reflected in the operation of the Backspace
  35.  and Del keys.  Attributes are selected by number(s) after pressing F2, which
  36.  presents 16 foreground and 8 background color choices (color systems) or
  37.  normal, reverse, boldface, or underline (monochrome systems).  By positioning
  38.  the cursor on any displayed character and pressing F2 twice, that video 
  39. attribute can be selected without using the menu numbers.  Pressing Enter 
  40. defaults to the current selection.  Selected attributes remain in effect until
  41.  changed.  
  42.  
  43.     Small or irregular screen areas can be "painted" with the current 
  44. attribute by holding down the Ctrl key and pressing the desired cursor Arrow
  45.  keys.  Large screen areas may be defined by locating the cursor at one corner
  46.  and pressing F5, then moving to the diagonal corner and pressing F5 again.  A
  47.  menu choice is then presented, either to clear the defined block of text
  48.  characters or to paint them all with the current video attribute.  Pressing
  49.  F5 twice without moving the cursor defines the entire screen and presents the
  50.  same choice.
  51.  
  52.     Function key F4 permits selection of single-line, double-line, 
  53. patterns, or asterisks that are then written to the screen by holding down the
  54.  Alt key and pressing the cursor arrows.  Where lines cross, appropriate 
  55.  junction symbols are substituted.  F6 asks for a filename under which the
  56.  file is to be saved (it supplies the original filename as a default) and
  57.  saves the file.  Compensation is automatically applied to adjust for 
  58. differences in display size.  Pressing F7 returns to DOS.
  59.  
  60. Notes:
  61.  
  62. 1.     While PAINT is intended primarily for use with screens that use the
  63.  HELP program, it can be used to advantage in prototyping screens for 
  64. application programs and in the design layout of other pop-up windows.
  65.  
  66. 2.  PAINT is compatible both with traditional PCs and with the new PS/2 line.    
  67.